'Declaration
<System.ObsoleteAttribute("This method should be replaced by QueryReceivedArgs.SendResponse (e.SendResponse) which also handles DICOM Asynchronous operations")> Public Overloads Sub SendResponse( _ ByVal Data As System.Collections.Generic.IEnumerable(Of DicomDataSet), _ ByVal Status As System.Integer _ )
'Usage
Dim instance As DicomAssociation Dim Data As System.Collections.Generic.IEnumerable(Of DicomDataSet) Dim Status As System.Integer instance.SendResponse(Data, Status)
[System.Obsolete("This method should be replaced by QueryReceivedArgs.SendResponse (e.SendResponse) which also handles DICOM Asynchronous operations")] public void SendResponse( System.Collections.Generic.IEnumerable<DicomDataSet> Data, System.int Status )
public procedure SendResponse( Data: System.Collections.Generic.IEnumerable; Status: System.Integer );
System.ObsoleteAttribute("This method should be replaced by QueryReceivedArgs.SendResponse (e.SendResponse) which also handles DICOM Asynchronous operations") public function SendResponse( Data : System.Collections.Generic.IEnumerable, Status : System.int );
Parameters
- Data
A DataSet Collection to be returned to the requesting application, with each DataSet describing a single successful match
- Status
The status associated with the above data, indicating the level of matching achieved